home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11201 < prev    next >
Encoding:
Text File  |  1996-08-05  |  8.1 KB  |  173 lines

  1. Path: library.erc.clarkson.edu!rpi!not-for-mail
  2. From: floydb1@lib104.its.rpi.edu (Barry B Floyd)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: beginners' guide.....
  5. Date: 12 Mar 1996 12:35:07 -0500
  6. Organization: Rensselaer Polytechnic Institute, Troy, NY.
  7. Message-ID: <4i4ckb$bnd@lib104.its.rpi.edu>
  8. References: <3134D05F.2C2D@mcs.surrey.ac.uk> <4hsps9$l11@jukebox.plug-in.com.br>
  9. NNTP-Posting-Host: lib104.its.rpi.edu
  10. X-newsreader: xrn 7.04-beta-11
  11.  
  12.  
  13. This should help you out. I collected these as I learned C++ last
  14. fall. I haven't checked to see if they are all still on-line, lately.
  15.  
  16. I am not sure what the news servers will do to the long lines
  17. of text (wrap around and truncate), if all goes well you should
  18. be able to cut/past the following into a file and open it with
  19. your WWW browser - though the source code may not look pretty.
  20.  
  21.  
  22. good luck.
  23.  
  24. barry
  25.  
  26.  
  27. -------------------------- cut here --------------------------
  28. <html>
  29. <TITLE>C++ Resources</TITLE>
  30. <body>
  31.  
  32.  <a name= "top" >
  33.  
  34.     <ul>
  35.      <LI><a HREF="#c++howto"  > C++ 'How To...'       </A>
  36.      <LI><a HREF="#c++std"    > C++ Standards         </A>
  37.      <LI><a HREF="#c++gnu"    > C++ GNU               </A>
  38.      <LI><a HREF="#c++source" > C++ Source Code       </A>
  39.      <LI><a HREF="#c++links"  > C++ Links to Links    </A>
  40.     </ul>
  41.  
  42.   <p>
  43.   <a name = "c++howto">
  44.   
  45.   <TABLE BORDER=3 width=560 ALIGN=center CELLPADDING=5>
  46.   <CAPTION> <strong> C++ 'How To...' & FAQ's </strong> </CAPTION>
  47.    <TR>
  48.     <TD>
  49.      <UL>
  50.       <DT><A HREF="http://www.icce.rug.nl/docs/cppfaqs.html"                         >C++ FAQ: comp.lang.c++ (nl - HTML)</A>
  51.       <DT><A HREF="http://www.aul.fiu.edu/cpp/cpp_faq.htm"                           >C++ FAQ: libraries </A>
  52.       <DT><A HREF="ftp://rtfm.mit.edu/pub/usenet-by-hierarchy/comp/lang/c++/"        >C++ FAQ: comp/lang/c++ (MIT - text)</A>
  53.       <p>
  54.   
  55.       <DT><A HREF="http://uu-gna.mit.edu:8001/uu-gna/text/cc/index.html"             >C++ tutorial: GNA - MSET Course,</A>
  56.       <DT><A HREF="gopher://alamut.lifesci.ucla.edu:70/11/systems/c++"               >C++ tutorial: UCLA </A>
  57.       <DT><A HREF="http://www.icce.rug.nl/docs/cplusplus/cplusplus.html"             >C++ tutorial: Annotations</A>
  58.       <DT><A HREF="http://www.informatik.uni-konstanz.de/%7Ekuehl/c++/iostream/"     >C++ tutorial: IOstreams</A>
  59.       <DT><A HREF="file:/afs/rpi.edu/home/34/floydb1/html/composit.html"             >C++ tutorial: Composition - objects in objects</A>
  60.       <DT><A HREF="http://www.cs.purdue.edu/homes/clt/cs181/lectures.html"           >C++ tutorial: CS181 Lecture Notes (09-Nov-1995) -</A>
  61.       <DT><A HREF="file:/campus/gnu/libg++/2.7.0a/sun4c_411/src/libio/iostream.info-1" >C++ tutorial: iostream.info-1 (local)</A>
  62.       <p>
  63.   
  64.       <DT><A HREF="http://www.cs.tu-bs.de/softech/ddd/"                              >C++ Data Display Debugger (RPI - ACM)</A>
  65.       <p>
  66.   
  67.      </ul>
  68.     </td>
  69.    </tr>
  70.   </table>
  71.   
  72.   <p><a HREF="#top" stong> Return to top of document </strong></a>
  73.   <p><p>
  74.   <a name = "c++std">
  75.   
  76.   <TABLE BORDER=3 width=560 ALIGN=center CELLPADDING=5>
  77.   <CAPTION> <strong> C++ Standards </strong> </CAPTION>
  78.    <TR>
  79.     <TD>
  80.      <UL>
  81.       <DT><A HREF="http://dogbert.lbl.gov/~matt/std-c++/faq.html"                    >C++ std: Draft Standard FAQ</A>
  82.       <DT><A HREF="http://www-leland.stanford.edu/~iburrell/cpp/std.html"            >C++ std: Draft Standard</A>
  83.       <DT><A HREF="http://www.cygnus.com/misc/wp/draft/"                             >C++ std: Draft Standard April '95 Working Paper</A>
  84.       <DT><A HREF="http://www.cs.rpi.edu/~musser/stl.html"                           >C++ std: STL Standard Template Library</A>
  85.       <DT><A HREF="http://www.xraylith.wisc.edu/~khan/software/stl/STL.newbie.html"  >C++ std: STL Newbie guide</A>
  86.       <DT><A HREF="http://weber.u.washington.edu/~bytewave/bytewave_stl.html"        >C++ std: STL Web Site</A>
  87.       <p>
  88.      </ul>
  89.     </td>
  90.    </tr>
  91.   </table>
  92.   
  93.   <p><a HREF="#top" stong> Return to top of document </strong></a>
  94.   <p><p>
  95.   <a name = "c++gnu">
  96.   
  97.   <TABLE BORDER=3 width=560 ALIGN=center CELLPADDING=5>
  98.   <CAPTION> <strong> C++ GNU </strong> </CAPTION>
  99.    <TR>
  100.     <TD>
  101.      <UL>
  102.       <DT><A HREF="http://www.cygnus.com/misc/g++FAQ_toc.html"                       >C++ GNU FAQ for the compiler</A>
  103.       <DT><A HREF="http://csugrad.cs.vt.edu/manuals/libg/libg_toc.html"              >C++ GNU Library - Table of Contents</A>
  104.       <DT><A HREF="http://www.cs.uleth.ca/docs/faq/gpp"                              >C++ GNU g++ info</A>
  105.       <DT><A HREF="http://www.ai.mit.edu/!info/g-whiz/!!first"                       >C++ GNU g++ How to install/use the compiler</A>
  106.       <DT><A HREF="http://www.ns.utk.edu/gnu/gcc-2.7.0/gcc_toc.html"                 >C++ GNU CC Using and Porting - Table of Contents</A>
  107.       <DT><A HREF="http://www.ai.mit.edu/!info/dir/!!first"                          >C++ GNU MIT info index</A>
  108.       <DT><A HREF="file:/afs/rpi.edu/home/34/floydb1/html/vector.html"               >C++ GNU Library - Vector classes (local copy)</A>
  109.       <DT><A HREF="file:/afs/rpi.edu/home/34/floydb1/html/string.html"               >C++ GNU Library - String class (local copy)</A>
  110.       <p>
  111.      </ul>
  112.     </td>
  113.    </tr>
  114.   </table>
  115.   
  116.   <p><a HREF="#top" stong> Return to top of document </strong></a>
  117.   <p><p>
  118.   <a name = "c++source">
  119.   
  120.   <TABLE BORDER=3 width=560 ALIGN=center CELLPADDING=5>
  121.   <CAPTION> <strong> C++ Source Code </strong> </CAPTION>
  122.    <TR>
  123.     <TD>
  124.      <UL>
  125.       <DT><A HREF="gopher://alamut.lifesci.ucla.edu:70/11/systems/c++/tutorial/source" >C++ source: Tutorial code @ UCLA</A>
  126.       <DT><A HREF="http://vinny.csd.mu.edu/learn.html"                               >C++ source: ZIP files of source</A>
  127.       <DT><A HREF="http://www.cs.rpi.edu/"                                           >C++ source: RPI Computer Science</A>
  128.       <DT><A HREF="http://www.quadralay.com/www/CCForum/CCForum.html"                >C++ source: Archive</A>
  129.       <DT><A HREF="ftp://129.252.131.11/pub/sridhar/yacl/"                           >C++ source: ftp://pub/sridhar/yacl</A>
  130.       <DT><A HREF="http://info.desy.de/user/projects/C++.html"                       >C++ source: Virtual Library</A>
  131.       <DT><A HREF="http://info.desy.de/user/projects/C++/Projects.html"              >C++ source: Various Applications</A>
  132.       <DT><A HREF="http://cuiwww.unige.ch/~scg/FreeDB/"                              >C++ source: Free Database List</A>
  133.       <DT><A HREF="http://www.informatik.uni-konstanz.de/~kuehl/c++/array.h.html"    >C++ source: Header File for an Array Class</A>
  134.       <DT><A HREF="http://www.cs.washington.edu/education/courses/143/code/code.html" >C++ source: Code Available from two books</A>
  135.       <DT><A HREF="http://www.ts.umu.se/~maxell/C++/"                                >C++ source: some classes (SE)</A>
  136.       <p>
  137.      </ul>
  138.     </td>
  139.    </tr>
  140.   </table>
  141.   
  142.   <p><a HREF="#top" stong> Return to top of document </strong></a>
  143.   <p><p>
  144.   <a name = "c++links">
  145.   
  146.   <TABLE BORDER=3 width=560 ALIGN=center CELLPADDING=5>
  147.   <CAPTION> <strong> C++ Links to Links </strong> </CAPTION>
  148.    <TR>
  149.     <TD>
  150.      <UL>
  151.       <DT><A HREF="http://bach.cis.temple.edu/accu/index.html"                       >C++ Links: Association of C & C++ Users WWW</A>
  152.       <DT><A HREF="http://ec.tmit.ac.jp/koyama/c++.html"                             >C++ Links: The Unofficial C++ Homepage</A>
  153.       <DT><A HREF="http://www.mfi.com/sdmag/"                                        >C++ Links: Software development magazine</A>
  154.       <DT><A HREF="http://www.yahoo.com/Computers_and_Internet/Languages/C_C__/"     >C++ Links: Yahoo Links</A>
  155.       <DT><A HREF="http://vsl.cnet.com/"                                             >C++ Links: VSL - Master Site</A>
  156.       <DT><A HREF="http://www.nerdworld.com/nw94.html"                               >C++ Links: Nerd World - PROGRAMMING</A>
  157.      </ul>
  158.     </td>
  159.    </tr>
  160.   </table>
  161.  
  162.  <p>
  163.  <p><a HREF="#top" stong> Return to top of document </strong></a>
  164.  <p><p>
  165.   
  166. </body>
  167. </html>
  168. -- 
  169. +--------------------------------------------------------------------+ 
  170. | Barry B. Floyd                   \\\               floydb1@rpi.edu |
  171. | RPI Alum. '84 '87 '88              \\\                             |
  172. +--------------------------------------------------------------------+
  173.